object FrmBaseSize: TFrmBaseSize Left = 239 Top = 148 AutoScroll = False Caption = 'BaseSize' ClientHeight = 182 ClientWidth = 380 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnActivate = OnActivate PixelsPerInch = 120 TextHeight = 16 object lblList: TLabel Left = 16 Top = 9 Width = 34 Height = 16 Caption = 'lblList' end object lblDescription: TLabel Left = 201 Top = 9 Width = 82 Height = 16 Caption = 'lblDescription' end object lblSize: TLabel Left = 201 Top = 82 Width = 40 Height = 16 Caption = 'lblSize' end object ListBox1: TListBox Left = 16 Top = 32 Width = 159 Height = 105 Cursor = crHandPoint ItemHeight = 16 ParentShowHint = False ShowHint = True TabOrder = 0 OnClick = ListBox1Click end object txtDescription: TEdit Left = 201 Top = 32 Width = 158 Height = 24 Cursor = crHandPoint ParentShowHint = False ShowHint = True TabOrder = 1 OnChange = txtDescriptionChange end object txtSize: TEdit Left = 201 Top = 106 Width = 88 Height = 24 Cursor = crHandPoint ParentShowHint = False ShowHint = True TabOrder = 2 OnChange = txtSizeChange end object DeleteBtn: TButton Left = 144 Top = 146 Width = 89 Height = 25 Cursor = crHandPoint Caption = 'DeleteBtn' TabOrder = 3 OnClick = DeleteBtnClick end object UpdateBtn: TButton Left = 16 Top = 146 Width = 89 Height = 25 Cursor = crHandPoint Caption = 'UpdateBtn' TabOrder = 4 OnClick = UpdateBtnClick end object NewBtn: TButton Left = 272 Top = 146 Width = 89 Height = 25 Cursor = crHandPoint Caption = 'NewBtn' ParentShowHint = False ShowHint = False TabOrder = 5 OnClick = NewBtnClick end end